Vapi Metadata Authentication ComponentInfo
The Vapi Metadata Authentication ComponentInfo schema contains authentication information of a component element.
For an explanation of authentication information contained within component elements, see Vapi Metadata Authentication Component.
{
"packages": {
"packages": {
"schemes": [
{
"scheme_type": "string",
"session_manager": "string",
"scheme": "string"
}
],
"services": {
"services": {
"schemes": [
{
"scheme_type": "string",
"session_manager": "string",
"scheme": "string"
}
],
"operations": {
"operations": {
"schemes": [
{
"scheme_type": "string",
"session_manager": "string",
"scheme": "string"
}
]
}
}
}
}
}
}
}
Authentication information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the authentication information for the package element.
For an explanation of authentication information containment within package elements, see Vapi Metadata Authentication Package.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vapi.package
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vapi.package
.